! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
The test for variable SERVERRC in startxfce4.in has a syntax error
Status:
RESOLVED: FIXED
Product:
Xfce-utils
Component:
General

Comments

Description William Bonnet 2007-04-01 18:06:23 CEST
User-Agent:       Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3
Build Identifier: 

The following test is not valid

if ! test x"$SERVERRC" = x""

it should be 

if test ! x"$SERVERRC" = x""


Reproducible: Always
Comment 1 William Bonnet 2007-04-01 18:07:50 CEST
Created attachment 1074 
Fix the syntax error in startxfce4.in
Comment 2 Olivier Fourdan editbugs 2007-04-02 05:37:18 CEST
Oki, fixed in SVN. Thanks for pointing this out.
Comment 3 Olivier Fourdan editbugs 2007-04-02 19:37:05 CEST
Closing.

Bug #3089

Reported by:
William Bonnet
Reported on: 2007-04-01
Last modified on: 2009-07-14

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Fix the syntax error in startxfce4.in (456 bytes, patch)
2007-04-01 18:07 CEST , William Bonnet
no flags

Additional information